home *** CD-ROM | disk | FTP | other *** search
Text File | 1993-06-16 | 586 b | 22 lines | [TEXT/ToyS] |
- tell application "Cirrus D-2.0"
- activate
- set unit to inch
- set value display to absolute
- make frame at after frame "Prescan" of scanner 1
- tell frame 2 of scanner 1
- set mode to grayscale
- set resolution to 72
- set size to {left:0.0, top:0.0, width:5.77, height:4.055}
- tell black correction
- set type to pointlist
- set input highlight to 0
- set input shadow to 255
- set output highlight to 0
- set output shadow to 255
- set point list to {{0, 0}, {129, 20}, {209, 58}, {243, 150}, {255, 255}}
- set interpolation to strong
- end tell
- scan
- save
- end tell
- end tell